ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / GenericDocument<PageType,PagesCollectionType> Class
Members

In This Topic
    GenericDocument<PageType,PagesCollectionType> Class
    In This Topic
    Vector graphics document representation.
    Object Model
    GenericDocument<PageType,PagesCollectionType> Class
    Syntax
    'Declaration
     
    Public Class GenericDocument
        (Of PageType As {New, Page},
         PagesCollectionType As {New, PagesCollection(Of PageType)}) 
       Inherits DocumentBase(Of PageType)
       Implements IDocument(Of PageType) 
    public class GenericDocument<PageType,PagesCollectionType> : DocumentBase<PageType>, IDocument<PageType>  
    where PageType: new(), Page
    where PagesCollectionType: new(), PagesCollection<PageType>
    Type Parameters
    PageType
    PagesCollectionType
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Core.Document.DocumentBase<PageType>
          GrapeCity.ActiveReports.Core.Document.GenericDocument<PageType,PagesCollectionType>
             GrapeCity.ActiveReports.Document.SectionDocument

    See Also